Generics

  • "Work with multiple types".

void function<T>(T a, T b) {
}

function<float>(a, b);